PrintSelectionOnly

public interface PrintSelectionOnly<T extends PrintSettings>

Allows configuring printing only the selected content.

Implemented by concrete PrintSettings implementations that support configuring printing only the selected content.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract T disablePrintingSelectionOnly()
Disables printing only the selected content.
Link copied to clipboard
public abstract T enablePrintingSelectionOnly()
Enables printing only the selected content.
Link copied to clipboard
public abstract boolean isPrintingSelectionOnlyEnabled()
Returns true if printing only the selected content is enabled.